home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / skates.swf / scripts / frame_220 / DoAction.as
Encoding:
Text File  |  2007-04-20  |  144 b   |  8 lines

  1. if(_root.gotoIntro == true)
  2. {
  3.    _root.Snd1.setVolume(0);
  4.    _root.Snd2.setVolume(0);
  5.    _root.gotoIntro = false;
  6.    gotoAndPlay(197);
  7. }
  8.